home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TC / (A)TCA.ADF / hlplusdemo / Documentation / filt-ref.doc < prev    next >
Text File  |  1992-07-04  |  5KB  |  172 lines

  1. HAMLAB PLUS 2.0.6
  2. FILTER AND EXPORTER REFERENCE
  3.  
  4. (c) Copyright 1990-1992 J. E. Hanway.  All rights reserved.
  5.  
  6. IN THIS DOCUMENT:
  7.  
  8. INPUT FILTERS SUPPORTED
  9.  
  10. EXPORTERS SUPPORTED
  11.  
  12. ACKNOWLEDGEMENTS
  13.  
  14. INPUT FILTERS SUPPORTED
  15.  
  16. GIF (Graphics Interchange Format)
  17.  
  18.    GIF versions GIF87a and GIF89a are both supported.
  19.  
  20.    Non-interlaced GIF files require much less memory to convert than
  21.    interlaced GIF files. NOTE: This "interlace" has nothing to do with
  22.    the Amiga display.  An "interlaced" GIF file stores the lines of
  23.    the image in scrambled order, rather than top-to-bottom, so that,
  24.    in theory, you can see the overall picture sooner while it is
  25.    being displayed.  Most GIF files are not interlaced.
  26.  
  27.    Interlaced files, when opened, will also go through an extra step
  28.    during which a progress indicator will display "Buffering..."
  29.    During this time their line order is unscrambled.
  30.  
  31. TIFF (Tag Image File Format)
  32.  
  33.    Supports black&white or gray scale images with 1, 4, or 8 bit
  34.    planes.
  35.  
  36.    Supports RGB color images with 3, 12, or 24 bit planes.
  37.  
  38.    Images must either be uncompressed or use PackBits compression
  39.    (type 32773).
  40.  
  41. SPECTRUM 512
  42.  
  43.    Normal, compressed (.SPC) files supported. Uncompressed (.SPU) and
  44.    .SPS files are not supported.
  45.  
  46. PBMPLUS
  47.  
  48.    Black&white (PBM), gray scale (PGM), and color (PPM) files are all
  49.    supported.  Both ASCII and RAW (binary) formats are supported.
  50.  
  51. MTV
  52.  
  53.    The RAYSHADE ray tracer by Craig E. Kolb can also write images in
  54.    this format.
  55.  
  56. QRT, DKBTrace
  57.  
  58.    Although both the QRT and DKBTrace ray tracers use the same file
  59.    format, QRT uses only 21 bits of information per pixel while
  60.    DKBTrace uses 24 bits.  With default settings, DKBTrace pictures
  61.    will look correct, while QRT pictures will be too dark, but this
  62.    can be compensated by increasing the brightness.  (The easiest way
  63.    to do this is to load the color control settings from the
  64.    "QRT_color_response" file supplied.)
  65.  
  66. SUN RASTERFILES
  67.  
  68.    Black&white, 8-bit mapped color, and 24-bit color images are
  69.    supported.
  70.  
  71.    Both uncompressed and run-length compressed raster files are
  72.    supported.
  73.  
  74. IFF ILBM (and HAM-E)
  75.  
  76.   Supports normal, color-mapped, interleaved bit map images with one
  77.   to eight bit planes, plus HAM and HALFBRITE images.
  78.  
  79.   Also supports SHAM (sliced HAM), Dynamic HAM, Dynamic Hi-res, and
  80.   PCHG (multi-palette) files.  All versions of PCHG (12-bit and
  81.   24-bit, compressed and uncompressed) are supported.
  82.  
  83.   This filter will detect a HAM-E image and handle it properly.
  84.  
  85.   Both the HAM and REG modes of the HAM-E are supported.
  86.  
  87.   18-bit and 24-bit IFF files are also supported.  However, note that
  88.   in this release, any CLUT (Color Look-Up Table) chunks in the
  89.   file will be skipped.  In order to use the information in the
  90.   CLUTs, you may load them as color response curves.
  91.  
  92. Targa
  93.  
  94.   Reads Truevision Targa file types 1, 2, 9, and 10, with 16, 24, or
  95.   32 bits per pixel.
  96.  
  97. JPEG (Joint Photographic Experts Group)
  98.  
  99.   Supports JFIF, the JPEG File Interchange Format.
  100.  
  101.   JPEG files can use two kinds of compression: Huffman coding and
  102.   arithmetic coding.  Because supporting arithmetic coding would
  103.   require licensing a patent from IBM, it is not supported.
  104.   (Probably for this reason, Huffman coded JPEG images are much more
  105.   common.)
  106.  
  107. BMP (Windows bitmap, aka "Wallpaper" files)
  108.  
  109.   Reads uncompressed Windows Bitmap (.BMP) files with 1, 4, 8, or 24
  110.   bits per pixel.
  111.  
  112.   RLE compressed 4- and 8-bit BMP files are not supported.
  113.  
  114. GL (GRASP)
  115.  
  116.   This filter was contributed by John Bickers.  It reads .PIC and
  117.   .CLP files (types C, J, L, and M) which can be extracted from
  118.   MS-DOS GRASP (.GL) files using his GLSplit program.
  119.  
  120. EXPORTERS SUPPORTED
  121.  
  122. HamLab Temporary File Format
  123.  
  124.   Writes a simple, uncompressed 24-bit format.
  125.  
  126.   Args:
  127.         none
  128.  
  129. 24-bit IFF
  130.  
  131.   Writes 24-bit IFF files.
  132.  
  133.   Args:
  134.         none
  135.  
  136. EPS (Encapsulated PostScript)
  137.  
  138.   Writes a single page Encapsulated PostScript file.  The file may
  139.   be printed directly or imported into a publishing program that
  140.   supports EPS.
  141.  
  142.   Can create either a gray scale or full color PostScript image.
  143.  
  144.   Note: your printer must support the PostScript "colorimage"
  145.   operator in order to print HL+'s color postscript output.
  146.  
  147.   Args:
  148.         BW      gray scale output (default is color)
  149.  
  150. ACKNOWLEDGEMENTS
  151.  
  152.    The GL (GRASP) filter was contributed by John Bickers.
  153.  
  154.    PostScript is a registered trademark of Adobe Systems, Inc.
  155.  
  156.    The Graphics Interchange Format(c) is the Copyright property of
  157.    CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  158.    CompuServe Incorporated.
  159.  
  160.    Rayshade ray tracer by Craig E. Kolb.
  161.  
  162.    MTV ray tracer by Mark Vanderwetting.
  163.  
  164.    QRT ray tracer by Steve Koren.
  165.  
  166.    DKBTrace ray tracer by David K. Buck.
  167.  
  168.    PBMPLUS by Jef Poskanzer.
  169.  
  170.    The JPEG functionality is based on work by the Independent JPEG
  171.    Group.
  172.